New Pool Creation
During the creation of the pool, initial weights are divided into equal proportions. For example, if you are creating a pool:
- BNB: 0,1428 %
- AVAX: 0,1428 %
- ETH: 0,1428 %
- MATIC: 0,1428 %
- FTM: 0,1428 %
- ETH (arbitrum): 0,1428 %
- ETH (optimism): 0,1428 %
Initial Liquidity
If we have 7 assets in the pool (example above) - we need to make 7 consecutive transactions from each chain.
The first transaction will call Factory.sol on the MasterChain to create a Pool contract.
Once the last transaction is confirmed and all tokens have reserves greater than 0, the pool will be created and available for deposits/withdrawals. Until then, the pool will have a "pending" status.